From 3f96b7d1062c8f409e22cb0b0685698988322767 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 18 Aug 2015 10:24:56 -0700 Subject: [PATCH] Update libssh2-sys's build script The builds on the linux bots are currently broken because the recent modifications to this build script forgot to set up PKG_CONFIG_PATH for custom installations of OpenSSL --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ecfb4ccb9..fe95feb53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -201,7 +201,7 @@ version = "0.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", - "libssh2-sys 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", + "libssh2-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", "libz-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "openssl-sys 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", "pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -217,7 +217,7 @@ dependencies = [ [[package]] name = "libssh2-sys" -version = "0.1.29" +version = "0.1.30" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cmake 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", -- 2.30.2